GtkEntry: Fix a few irregularities in the size request code
authorMatthias Clasen <mclasen@redhat.com>
Wed, 12 Feb 2014 03:00:12 +0000 (22:00 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 12 Feb 2014 03:00:12 +0000 (22:00 -0500)
commit9e002a024eb32acc0d28821fa3f9a4430346b8a3
tree8f3f09655ee2e32055ab006f2beb9e8949b8b458
parentcf4a41a856b56bcab6edaaf0e0a4f17ed5853525
GtkEntry: Fix a few irregularities in the size request code

We don't want the size request to change as icons come and
go (thinking e.g. about the caps lock warning). Just make
sure that we have enough room for showing the icons.
gtk/gtkentry.c